home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk11 / meshugnea / install < prev    next >
Text File  |  1995-03-18  |  1KB  |  58 lines

  1. echo "installing meshugena terminal program"
  2. if not exists FONTS:f80
  3. echo "creating FONTS:f80 directory"
  4. makedir FONTS:f80
  5. endif
  6. if not exists FONTS:fld80
  7. echo "creating FONTS:fld80 directory"
  8. makedir FONTS:fld80
  9. endif
  10. if not exists FONTS:f132
  11. echo "creating FONTS:f132 directory"
  12. makedir FONTS:f132
  13. endif
  14. if not exists FONTS:fld132
  15. echo "creating FONTS:fld132 directory"
  16. makedir FONTS:fld132
  17. endif
  18. echo "installing f80 font"
  19. copy f1 FONTS:f80.font
  20. if not error
  21. delete f1
  22. endif
  23. copy f2 FONTS:f80/8
  24. if not error
  25. delete f2
  26. endif
  27. echo "installing fld80 font"
  28. copy f3 FONTS:fld80.font
  29. if not error
  30. delete f3
  31. endif
  32. copy f4 FONTS:fld80/8
  33. if not error
  34. delete f4
  35. endif
  36. echo "installing f132 font"
  37. copy f5 FONTS:f132.font
  38. if not error
  39. delete f5
  40. endif
  41. copy f6 FONTS:f132/8
  42. if not error
  43. delete f6
  44. endif
  45. echo "installing fld132 font"
  46. copy f7 FONTS:fld132.font
  47. if not error
  48. delete f7
  49. endif
  50. copy f8 FONTS:fld132/8
  51. if not error
  52. delete f8
  53. endif
  54. echo "renaming files"
  55. rename mesh.doc meshugena.doc
  56. rename mesh meshugena
  57. rename ts terminal_setup
  58.